projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808817d
)
Fix quoting in gnus-buffer-configuration
author
Basil L. Contovounesios
<contovob@tcd.ie>
Fri, 11 Dec 2020 01:50:17 +0000
(
01:50
+0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Fri, 11 Dec 2020 02:23:23 +0000
(
02:23
+0000)
* lisp/gnus/gnus-win.el (gnus-buffer-configuration): Include
shell-command-buffer-name value rather than symbol in pipe
configuration. (Bug#39138, bug#45154)
lisp/gnus/gnus-win.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-win.el
b/lisp/gnus/gnus-win.el
index baa3146e64ec5a5729faaa2ce343c906dafc74b0..e900e294c575c9248b5ef08c7a44a04ace06deaf 100644
(file)
--- a/
lisp/gnus/gnus-win.el
+++ b/
lisp/gnus/gnus-win.el
@@
-68,7
+68,7
@@
used to display Gnus windows."
:type 'boolean)
(defvar gnus-buffer-configuration
-
'
((group
+
`
((group
(vertical 1.0
(group 1.0 point)))
(summary
@@
-142,7
+142,7
@@
used to display Gnus windows."
(pipe
(vertical 1.0
(summary 0.25 point)
-
(
shell-command-buffer-name 1.0)))
+
(,
shell-command-buffer-name 1.0)))
(bug
(vertical 1.0
(if gnus-bug-create-help-buffer '("*Gnus Help Bug*" 0.5))